home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {userappdata} / RJ TextEd / Syntax / Empty.syx < prev    next >
Encoding:
Text File  |  2005-02-05  |  2.1 KB  |  102 lines

  1. {*************************************************************}
  2. { <b>Syntax:</b> Empty                                        }
  3. { <b>Author:</b> None                                         }
  4. { <b>Version:</b> 1.0                                         }
  5. { <b>Date:</b> yyyy-mm-dd                                     }
  6. {                                                             }
  7. { <b>Recommended colors:</b>                                  }
  8. {                                                             }
  9. {*************************************************************}
  10.  
  11. ; Keep the options you need. You can remove the rest.
  12.  
  13. [Options]
  14.   
  15.   LineCommentA = ""
  16.   LineCommentB = ""
  17.   CommentStartA = ""
  18.   CommentEndA = ""
  19.   CommentStartB = ""
  20.   CommentEndB = ""
  21.  
  22.   Char = ""
  23.   String = ""
  24.   StringOnLine = ""
  25.   Symbols = ""
  26.   Numbers = ""
  27.   Escape = ""
  28.   HexIdentifier = ""
  29.   CaseSensitive = ""
  30.   TagsCaseSensitive = ""
  31.   NoTagsStart = ""
  32.   NoTagsEnd = ""
  33.   HighlightUrl = ""
  34.  
  35.   BlockName = ""
  36.   BlockOnLine = ""
  37.   BlockAsString = ""
  38.   BlockStart = ""
  39.   BlockEnd = ""
  40.  
  41.   ; Remember you can use as many blocks you as you want.
  42.  
  43. [End]
  44.  
  45.  
  46. ;  Keywords. You can have as many keyword groups
  47. ;  as you want. If not used - remove these lines.
  48. [Keywords]
  49. > {Enter a name}
  50.  
  51. [End]
  52.  
  53.  
  54. ; If the program code has tags (html, htm...). You can
  55. ; have as many tag groups as you want. if not used -
  56. ; remove these lines.
  57. [Tags]
  58. > {Enter a name}
  59.  
  60. [End]
  61.  
  62.  
  63. ; Show autohints. If not used - remove these lines.
  64. [AutoHint]
  65.  
  66. [End]
  67.  
  68.  
  69. ; User Menu. If not used - remove these lines.
  70. [UserMenu]
  71.  
  72. [End]
  73.  
  74.  
  75. ; Auto complete class elements. If not used -
  76. ; remove these lines.
  77. [AutoComplete]
  78.  
  79. [End]
  80.  
  81.  
  82. ; Auto complete tag elements. If not used -
  83. ; remove these lines.
  84. [TagComplete]
  85.  
  86. [End]
  87.  
  88.  
  89. ; Enter a sample here. You should enter a sample of the
  90. ; programming language here. This is shown in the options
  91. ; dialog so try to enter all types of elements here.
  92. ; E.g. string, number, keywords, char, block ...
  93. [BeginSample]
  94.  
  95. [EndSample]
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.